runtime.workType.nMaybeRunnableStackRoots (field)
11 uses
runtime (current package)
mgc.go#L394: nDataRoots, nBSSRoots, nSpanRoots, nStackRoots, nMaybeRunnableStackRoots int
mgc.go#L1229: var vIndex, ivIndex int = work.nMaybeRunnableStackRoots, work.nStackRoots
mgc.go#L1248: work.nMaybeRunnableStackRoots = vIndex
mgc.go#L1302: if work.nMaybeRunnableStackRoots == work.nStackRoots {
mgc.go#L1314: work.goroutineLeak.count = work.nStackRoots - work.nMaybeRunnableStackRoots
mgc.go#L1316: for i := work.nMaybeRunnableStackRoots; i < work.nStackRoots; i++ {
mgc.go#L1337: work.markrootJobs.Add(int32(work.nStackRoots - work.nMaybeRunnableStackRoots))
mgc.go#L1338: work.nMaybeRunnableStackRoots = work.nStackRoots
mgcmark.go#L157: work.stackRoots, work.nMaybeRunnableStackRoots = allGsSnapshotSortedForGC()
mgcmark.go#L161: work.nMaybeRunnableStackRoots = len(work.stackRoots)
mgcmark.go#L167: work.markrootJobs.Store(uint32(fixedRootCount + work.nDataRoots + work.nBSSRoots + work.nSpanRoots + work.nMaybeRunnableStackRoots))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |